home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
shutdown.lzh
/
shutdown_5.1
/
src
/
queue
/
queue.fd
< prev
next >
Wrap
Text File
|
1996-11-28
|
462b
|
23 lines
##base _QueueBase
##bias 30
*
* queue.fd --- queue library interface.
*
* Copyright (c) 1995 SHW Wabnitz
* Written by Bernhard Fastenrath (fasten@shw.com)
*
* This file may be distributed under the terms
* of the GNU General Public License.
*
QOpen(name,mode,sigbit)(a0,d0,d1)
QClose(qh)(a0)
QAddMsg(qh,msg)(a0,a1)
QRemMsg(qh,msg)(a0,a1)
QGetMsg(qh)(a0)
QReplyMsg(qh)(a0)
QFlush(qh)(a0)
* new in 3.0
QAllocMsg(size)(d0)
QFreeMsg(msg,size)(a0,d0)
##end